home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Interactive CD Sampler
/
Microsoft Interactive CD Sampler.iso
/
DEMOS
/
C_Automp
/
AUTOTP
/
IMD.CST
/
00007.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-16
|
229 b
|
12 lines
on caps theKey
set keyNum = charToNum(theKey)
if alpha(theKey) then
if keyNum > 96 and keyNum < 123 then
return (numToChar(keyNum - 32))
else
return theKey
end if
else
return theKey
end if
end